home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Development / Source / Morpion 1.0.0 Source / Source Release Notes < prev   
Text File  |  1993-12-03  |  807b  |  22 lines

  1. This is the Pascal source code for Morpion v1.0.0, a simple 
  2. solitaire game, initially designed by Henri Lamiraux.  
  3.  
  4. The source code contains lots of interesting stuff:
  5.  
  6. Demonstrates the usefulness of building library routines (only
  7.     three of the included source files are particular to Morpion).
  8. Support for the core AppleEvents
  9. Support for FMenus which make you menu locations independent
  10.     of the code that implements them.
  11. Supports for the TextToSpeech Manager.
  12. Demonstrates OO techniques for implementing windows as objects.
  13. Code for reading your own Version resource.
  14. And lots of useful general purpose routines.
  15.  
  16. You can use this source code for any non-commercial purpose.
  17.  
  18. Hope it is useful to someone,
  19.    Peter. <peter.lewis@info.curtin.edu.au>
  20.  
  21. Morpion v1.0.0 Copyright 1993 Peter N Lewis 
  22.